home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1999 March / EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso / earcd / devel / vbcc-68k-src / machines / amiga68k / libsrc / math / math_ieee / asin.s < prev    next >
Text File  |  1999-01-01  |  165b  |  12 lines

  1.  
  2.  xref _MathIeeeDoubTransBase
  3.  
  4.  xdef _asin
  5. _asin:
  6.  movem.l 4(sp),d0-d1
  7.  move.l  a6,-(sp)
  8.  move.l  _MathIeeeDoubTransBase,a6
  9.  jsr     -114(a6)
  10.  move.l  (sp)+,a6
  11.  rts
  12.